html,
body {
  background-color: #f8f8f8;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #ffc705;
}
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
em,
table,
th,
td,
form,
input,
textarea,
select,
option,
button,
iframe,
article,
section,
header,
footer,
nav,
aside,
figure,
figcaption,
video,
audio,
canvas,
main,
mark,
menu,
summary,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.new-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.new-header {
  position: relative;
  height: 980px;
  box-sizing: border-box;
  background: url(../images/header-bg@2x.png) no-repeat center top;
}

.new-header .new-title {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 125px 0;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.new-header .new-menu {
  display: none;
}

.new-header .new-login {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.new-header .new-login a {
  display: inline-block;
  width: 92px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  text-align: center;
  color: #0018ff;
  border-radius: 40px;
  text-decoration: none;
  background-color: #fff;
  font-size: 20px;
}

.new-header .new-nav {
  position: relative;
  display: block;
  width: 1200px;
  margin: 0 auto 95px;
}

.new-header .new-nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 50px;
  padding: 0;
  font-size: 24px;
  color: #fff;
}

.new-header .new-nav ul li {
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
}

.new-header .new-nav .new-nav-main {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 50px;
  font-size: 20px;
  color: #fff;
}
.new-header .new-nav .new-nav-main a.new-home {
  padding-left: 0;
  padding-right: 60px;
}

.new-header .new-nav .new-nav-main a {
  padding: 0 60px;
  color: #fff;
  font-size: 20px;
}

.new-header .new-nav .new-nav-main i {
  display: inline-block;
  height: 20px;
  border-right: 1px solid #9a8dd8;
}

.new-header .new-nav .new-nav-main a {
  color: #fff;
  text-decoration: none;
}

.new-header .new-nav .new-nav-main a:hover {
  color: #ffc705;
}

.new-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* platform */
.new-platform {
  width: 1200px;
  margin: 0 auto 30px;
}

.new-platform ul.new-row-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.new-platform ul.new-row-two {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-platform li {
  width: 162px;
  height: 207px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  text-align: center;
  border-radius: 15px;
  background-color: #ffffff;
}

/* 最左边的元素 */
.new-platform li:first-child {
  margin-left: 0;
}

/* 最右边的元素 */
.new-platform li:last-child {
  margin-right: 0;
}
.new-platform ul.new-row-two li {
  margin: 0 15px;
}
.new-platform li a {
  color: #333;
  transition: all 0.3s;
}
.new-platform li a:hover {
  color: #ffc705;
}
.new-platform li a p {
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.new-platform img {
  margin-top: 30px;
  margin-bottom: 15px;
  max-width: 90px;
  max-height: 90px;
}

/* container */
.new-container {
}

/* slide & news */
.new-slidenews {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto 80px;
  padding-top: 80px;
}

.new-slide {
  position: relative;
  width: 670px;
  height: 380px;
}

.new-swiper-container,
.new-swiper-topic-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.new-swiper-slide {
  position: relative;
  overflow: hidden;
}
.new-swiper-slide img {
  width: 100%;
  transition: all 0.3s;
}
.new-swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.new-swiper-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.new-swiper-title .new-swiper-title-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 250px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.new-swiper-img {
  width: 100%;
  height: 100%;
}

.new-topic-hd-more {
  position: relative;
}
.new-topic-hd-more .new-more-btn {
  position: absolute;
  top: 0;
  right: 10px;
  height: 60px;
  width: 80px;
}
.new-topic-hd-more .new-more-btn .new-more-btn-line {
  position: absolute;
  top: 20px;
  left: 39px;
  width: 2px;
  height: 20px;
  background-color: #ccc;
}
.swiper-topic-button-prev,
.swiper-topic-button-next {
  width: 20px;
  height: 20px;
}

.swiper-topic-button-prev {
  left: 10px;
  background: url(../images/prev.png) no-repeat center center !important;
}
.swiper-topic-button-next {
  left: 10px;
  background: url(../images/next.png) no-repeat center center !important;
}

.swiper-pagination {
  position: absolute;
  left: auto !important;
  right: 10px;
  bottom: 20px !important;
  text-align: right !important;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #0018ff !important;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  width: 38px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
}

.new-slidenews .new-news {
  width: 500px;
}

.new-slidenews .new-news .new-news-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dedede;
}

.new-slidenews .new-news .new-news-hd .new-title {
  text-align: center;
  color: #0018ff;
  font-size: 16px;
}
.new-slidenews .new-news .new-news-hd .new-title a {
  display: inline-block;
  height: 50px;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  color: #333;
  text-decoration: none;
}
.new-slidenews .new-news .new-news-hd .new-title a.new-active {
  color: #0018ff;
  border-bottom: 2px solid #0018ff;
  text-decoration: none;
}
.new-slidenews .new-news .new-news-hd .new-more {
  font-size: 16px;
}
.new-slidenews .new-news .new-news-hd .new-more .new-active {
  color: #fbe372;
}

.new-slidenews .new-news .new-news-hd .new-more a {
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.new-slidenews .new-news .new-news-hd .new-more a:hover {
  color: #ffc705;
}
.new-slidenews .new-news .new-news-bd {
  box-sizing: border-box;
}

.new-slidenews .new-news .new-news-bd .new-point {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dedede;
}

.new-slidenews .new-news .new-news-bd .new-point .new-title {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
}
.new-slidenews .new-news .new-news-bd li i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  color: #666;
}
.new-slidenews .new-news .new-news-bd .new-point .new-title a {
}
.new-slidenews .new-news .new-news-bd .new-point .new-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.new-slidenews .new-news .new-news-bd .new-point .new-desc a {
  color: #0018ff;
  text-decoration: none;
}

.new-slidenews .new-news .new-news-bd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.new-slidenews .new-news .new-news-bd li {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding-right: 15px;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.new-slidenews .new-news .new-news-bd li a {
  color: #666;
  text-decoration: none;
  padding-left: 14px;
}

.new-slidenews .new-news .new-news-bd li a:hover {
  color: #ffc705;
}

.new-slidenews .new-news .new-news-bd li i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  color: #666;
}

/* 首页 - 主题活动 */
.new-topic {
  width: 1200px;
  margin: 0 auto 100px;
}

.new-topic-hd {
  margin-bottom: 50px;
  height: 60px;
  text-align: center;
}

.new-topic-hd .new-topic-hd-title {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #0018ff;
  font-size: 16px;
  border-bottom: 3px solid #0018ff;
}
.new-topic-hd .new-topic-hd-title a {
  display: block;
  color: #0018ff;
  text-decoration: none;
}

/* 最新动态 */
.new-topic-bd {
  width: 100%;
}
.new-topic-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-topic-bd li {
  width: 210px;
  height: 118px;
  list-style: none;
}

.new-topic-bd li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.new-topic-bd li a span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px 0;
  text-align: center;
  z-index: 100;
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.new-topic-bd li a img {
  width: 100%;
  height: 100%;

  transition: all 0.3s;
}
.new-topic-bd li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* ad-banner */
.new-ad-banner {
  width: 1200px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.new-ad-banner img {
  width: 100%;
  transition: all 0.3s;
}
.new-ad-banner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.new-container .new-sidebar {
  width: 390px;
}
.new-container .new-sidebar .new-sidebar-hd {
  display: flex;
  justify-content: space-between;
  width: 780px;
  height: 76px;
  line-height: 60px;
}
.new-container .new-sidebar .new-sidebar-hd .new-sidebar-hd-title {
  width: 390px;
  height: 76px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: url(../images/hd-title-bg.png) 0 0 no-repeat;
}
.new-container .new-sidebar .new-sidebar-hd .new-sidebar-hd-title a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.new-container .new-sidebar .new-sidebar-hd .new-sidebar-hd-more {
  flex: 1;
  height: 60px;
  line-height: 60px;
  padding-right: 35px;
  text-align: right;
  background-color: #fff;
}
.new-container .new-sidebar .new-sidebar-bd {
  height: 336px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.new-container .new-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.new-container .new-sidebar li {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 330px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  background-color: #ffe5e5;
}
.new-container .new-sidebar li i {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  background-color: #000;
}
.new-container .new-sidebar li a {
  font-size: 16px;
  color: #000;
}
.new-container .new-sidebar-bd li {
  display: flex;
  justify-content: left;
  padding-left: 20px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.new-container .new-sidebar-bd li img {
  margin-right: 10px;
}
.new-container .new-sidebar-bd li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* link */
.link {
  width: 1200px;
  padding: 30px 0;
  margin: 0 auto 36px;
  background-color: #30343e;
}

.link .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.link .content .title {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  color: #fff;
}
.link .content .select {
  flex: 1;
  height: 35px;
  line-height: 35px;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
}

.link .content .select {
  position: relative;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.link .content .select > div {
  text-indent: 20px;
}
.link .content .select ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 999;
}

.link .content .select:hover ul {
  margin: 0;
  border: 1px solid #fff;
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}

.link .content .select:hover ul li {
  padding: 12px 20px;
  cursor: pointer;
  list-style: none;
  line-height: 24px;
}

.link .content .select:hover ul li a {
  color: #000;
  text-decoration: none;
}

.link .content .select div i {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../images/icon.png) no-repeat center center;
}

/* footer */
.footer {
  position: relative;
  padding-bottom: 70px;
  background-color: #30343e;
  box-sizing: border-box;
}

.footer .link {
  padding: 60px 0 30px;
  border-bottom: 1px solid #65676e;
}

.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer .contact .info {
  line-height: 20px;
}
.footer .contact .info span {
  display: inline-block;
}
.footer .contact .info span img {
  display: inline-block;
  vertical-align: text-top;
}

.footer .contact .info {
  flex: 1;
  height: 100%;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.footer .contact .info-police {
  display: flex;
  justify-content: left;
  align-items: center;
}
.footer .contact .info-police img {
  width: 18px;
  height: 20px;
  margin-right: 6px;
}

.footer .contact .qr {
  width: 100px;
}

.footer .contact .qr img {
  width: 100px;
  height: 100px;
}

.footer .contact .qr .title {
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.slide {
  position: relative;
}

.swiper-container,
.swiper-topic-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  transition: all 0.3s;
}
.swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.swiper-title .swiper-title-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 170px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-img {
  width: 100%;
  height: auto;
}

.new-row-one.mobile-show {
  display: none !important;
}
.new-showmore {
  display: none !important;
  cursor: pointer;
}

/* 媒体查询 */
@media (max-width: 767px) {
  .new-header .new-login {
    position: absolute;
    top: -110px;
    right: 58px;
    color: #fff;
  }

  .new-header .new-menu {
    display: block;
  }
  .new-header {
    width: 100%;
    height: 400px !important;
    transition: all 0.3s;
  }
  .new-header.new-show {
    height: 740px !important;
  }
  .new-header .new-title {
    width: 100%;
    padding: 60px 0 40px;
    font-size: 18px;
  }

  .new-header .new-nav {
    margin: 0;
    width: 100%;
  }
  .new-header .new-nav .new-nav-main {
    display: none;
  }

  .new-header .new-login a {
    font-size: 13px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
  }
  .new-platform li {
    width: 32% !important;
    height: 96px !important;
    margin-bottom: 20px !important;
  }
  .new-platform li a p {
    font-size: 14px;
    line-height: 20px;
  }

  .new-platform {
    width: 100%;
    overflow: hidden;
  }
  .new-platform-wrap {
    width: auto;
    height: 220px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s;
  }
  .new-platform-wrap.new-show {
    height: 580px;
  }
  .new-row-one.mobile-show li:first-child {
    background: url(/new/images/topic-03@2x.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .new-row-one.mobile-show li:first-child a p {
    color: #fff;
    font-size: 18px;
  }

  /* 幻灯&新闻 */
  .new-slidenews {
    width: 100%;
    flex-direction: column;
    padding: 30px 10px 0;
    margin: 0 auto 40px;
  }

  .new-slide {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 40px;
  }

  .changeBox_style4 {
    float: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .changeBox_style4 .changeDiv h3 {
    width: 100% !important;
  }

  .changeBox_style4 .changeDiv img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  .new-slidenews .new-news {
    width: 100%;
  }
  .new-slidenews .new-news .new-news-bd {
  	zoom:0.8
  }

  .new-topic {
    width: 100%;
    margin: 0 auto 50px;
  }

  .new-topic-hd {
    margin-bottom: 40px;
  }

  .new-topic-hd .new-topic-hd-title {
    font-size: 16px;
  }

  .new-topic-bd ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .new-topic-bd li {
    width: 44%;
    margin: 0 10px 20px;
  }

  .new-topic-bd li a span {
    padding: 0 20px !important;
    font-size: 14px;
  }

  .changeBox_style4::after,
  .new-slide::after {
    content: '';
    display: block;
    clear: both;
  }

  .new-row-one {
    display: none !important;
  }
  .new-row-one.mobile-show {
    display: flex !important;
    flex-wrap: wrap;
  }

  .new-showmore {
    display: block !important;
    color: #fff;
    bottom: 25px;
    position: absolute;
    left: 50%;
    translate: -50%;
  }
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
  }
  .new-showmore.new-show .arrow-down {
    /* 旋转 180° */
    transform: rotate(180deg);
  }
  .swiper-pagination-bullet {
    width: 12px !important;
  }
  .article,
  .recommend {
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .recommend {
    height: auto !important;
  }
  .innerRight-news img {
    display: none;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
